home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
You're the Director
/
You're The Director.iso
/
mac
/
MACF
/
MGER.DIR
/
00341_Script_341
< prev
next >
Wrap
Text File
|
1995-10-10
|
396b
|
22 lines
on enterFrame
MovieOver
UNLOADCAST
end
on exitFrame
global Introd,LastFrameH
if Introd = TRUE then
set Introd = FALSE
go "Options"
puppetSprite 48,TRUE
set the visible of sprite 48 to FALSE
puppetSprite 48,FALSE
else
go LastFrameH
puppetSprite 48,TRUE
set the visible of sprite 48 to FALSE
puppetSprite 48,FALSE
end if
end